home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-302 proto gen c & cpp genera / 1.ima / MEDICAL.DLG < prev    next >
Text File  |  1995-08-12  |  2KB  |  25 lines

  1.  
  2. Medical DIALOG LOADONCALL MOVEABLE DISCARDABLE 9, 7, 289, 182
  3. STYLE WS_POPUP | WS_VISIBLE | WS_BORDER | WS_CAPTION 
  4. CAPTION "Employee Medical History"
  5. BEGIN
  6.  /* HistoryViewProc, ,  */
  7.      CONTROL "Excellent", 401, "Button", WS_CHILD | BS_AUTORADIOBUTTON, 18, 64, 59, 14  /*,*/
  8.      CONTROL "Good", 402, "Button", WS_CHILD | BS_AUTORADIOBUTTON, 18, 80, 59, 14  /*,*/
  9.      CONTROL "Fair", 403, "Button", WS_CHILD | BS_AUTORADIOBUTTON, 18, 96, 59, 14  /*,*/
  10.      CONTROL "Poor", 404, "Button", WS_CHILD | BS_AUTORADIOBUTTON, 18, 112, 59, 14  /*,*/
  11.      CONTROL "General Health", 405, "Button", WS_CHILD | BS_GROUPBOX, 12, 52, 69, 78  /*,*/
  12.      CONTROL "", 406, "Edit", WS_CHILD | WS_BORDER, 92, 12, 140, 11  /*,*/
  13.      CONTROL "", 407, "Edit", WS_CHILD | WS_BORDER, 92, 28, 48, 11  /*,*/
  14.      CONTROL "Known Medical Conditions", 408, "Static", WS_CHILD | SS_LEFT, 105, 54, 102, 14  /*,*/
  15.      CONTROL "", 409, "Edit", WS_CHILD | WS_BORDER | WS_VSCROLL | ES_AUTOVSCROLL | ES_MULTILINE, 100, 64, 96, 66  /*,*/
  16.      CONTROL "", 410, "Edit", WS_CHILD | WS_BORDER, 206, 66, 75, 12  /*,*/
  17.      CONTROL "Contact", 411, "Static", WS_CHILD | SS_LEFT, 206, 54, 52, 7  /*,*/
  18.      CONTROL "Telephone Number", 412, "Static", WS_CHILD | SS_LEFT, 206, 86, 80, 9  /*,*/
  19.      CONTROL "", 413, "Edit", WS_CHILD | WS_BORDER, 206, 98, 77, 12  /*,*/
  20.      CONTROL "&Okay", IDOK, "Button", WS_CHILD | BS_DEFPUSHBUTTON, 92, 140, 48, 16  /*,*/
  21.      CONTROL "&Cancel", IDCANCEL, "Button", WS_CHILD | BS_PUSHBUTTON, 168, 140, 56, 15  /*,*/
  22.      CONTROL "Employee Name:", 416, "Static", WS_CHILD | SS_LEFT, 32, 14, 56, 14  /*,*/
  23.      CONTROL "Employee Number:", 417, "Static", WS_CHILD | SS_LEFT, 24, 30, 64, 14  /*,*/
  24. END
  25.